/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

table,
td,
th {
  vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

a img {
  border: none;
}

/* typography.css */
html {
  font-size: 100.01%;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #111;
}

h1 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.6em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}

p {
  margin: 0 0 0.5em;
}

p img.left {
  float: left;
  margin: 0 15px 0 0;
}

p img.right {
  float: right;
  margin: 0 0 0 5px;
}

a:focus,
a:hover {
  color: #000;
  outline: none;
}

a {
  color: #3d3d3d;
  text-decoration: none;
  outline: 0 none;
}

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

strong {
  font-weight: bold;
}

em,
dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sup,
sub {
  line-height: 0;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

del {
  color: #666;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre,
code,
tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

li ul,
li ol {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

*:focus {
  outline: 0 none;
}

div.span-1,
div.span-2,
div.span-3,
div.span-5,
div.span-8,
div.span-10,
div.span-11,
div.span-12,
div.span-13,
div.span-14,
div.span-15,
div.span-16,
div.span-17,
div.span-18,
div.span-19,
div.span-20,
div.span-21,
div.span-22,
div.span-23,
div.span-24 {
  float: left;
  margin-right: 30px;
}

div.span-1 {
  width: 548px;
}

div.span-2 {
  width: calc(100% - 30px);
  padding: 15px;
  margin: 0 auto;
  text-align: center;
  background: #ff4a00;
}

div.span-2 .fl {
  float: left;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  padding-top: 40px;
  padding-left: 10px;
}

div.span-2 .fl.fl2 {
  background: url(../images/cctv.jpg) no-repeat 5px 30px;
  padding-top: 120px;
}

div.span-2 .fr {
  float: right;
}

div.span-3 {
  width: 495px;
}

div.span-4 {
  width: 620px;
}

div.span-5 {
  width: 220px;
}

div.span-6 {
  width: 948px;
}

.span-7 {
  width: 226px;
}

.span-8 {
  width: 592px;
}

.span-9 {
  width: 508px;
}

div.span-18 {
  width: 890px;
  float: right;
}

.last,
div.last {
  margin-right: 0;
}

.spbg,
div.spbg {
  background: none;
  padding-right: 0;
}

.w-1 {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  position: relative;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.bg_2 {
  border-bottom: 1px solid #b2b2b2;
}

/*页头*/
.top {
  color: #838383;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid #cacaca;
}

.top .fr {
  padding-left: 25px;
}

.top .fl {}

.top .fr p {
  margin: 0;
}

.top .fr span {
  font-size: 18px;
  font-family: Impact;
}

.top a {
  color: #838383;
  margin: 0 5px;
}

.top a:hover {
  color: #838383;
}

.top .w {
  position: relative;
}

.header {
  clear: both;
  height: 137px;
}

.header .w {
  position: relative;
}

.header h1 {
  float: left;
  display: block;
  width: 50%;
}

.header h1 a:first-child {
  display: block;
  float: left;
}

.header h1 a:last-child {
  display: block;
  float: left;
  margin-top: 40px;
  width: calc(100% - 100px);
  margin-left: 10px;
}

.header h1 a:last-child b {
  display: block;
  float: left;
  width: 100%;
  font-size: 26px;
  margin-bottom: 10px;
}

.header h1 a:last-child span {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
}

.header .fr {
  /* background: url(../images/tel_bg.jpg) no-repeat top left; */
  font-size: 30px;
  margin-top: 10px;
}

.header .fr p span {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}

.header .fr p b {
  color: #be2632
}

.header .fr p {
  padding-left: 0px;
  font-weight: bold;
  padding-top: 35px;
}

/*导航*/
.nav_top {
  background: #414246;
  height: 56px;
  line-height: 56px;
}

.nav {
  margin: 0 auto;
  width: 925px;
  float: right;
}

.nav ul {
  list-style: none;
}

.nav ul li {
  float: left;
  width: 102px;
  position: relative;
  background: url(../images/line_bg.jpg) no-repeat right center;
}

.nav ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #ff4a00;
  bottom: -4px;
  left: 0;
  transition: all 0.5s;
  z-index: 0;
}

.nav ul li:hover::after {
  width: 100%;
  bottom: 0px;
  transition: all 0.5s;
}

.nav ul li a {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-family: "微软雅黑";
  position: relative;
  z-index: 1000;
}

.nav ul li a:hover {
  color: #ffffff;
}

.nav ul li:last-child {
  background: none;
}

.menu {
  width: 274px;
  height: 665px;
  background-color: #ffffff;
  position: absolute;
  z-index: 10000;
}

.menu .menuTop {
  background: url(../images/coin_1.jpg) no-repeat 30px center #ff4a00;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 274px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
}

.menu .menuTop a {
  color: #ffffff;
  font-weight: bold;
}

.menu ul {
  width: 244px;
  position: relative;
  padding: 15px
}

.menu ul li {
  list-style: none;
  height: 36px;
  border-bottom: 1px dashed #cdcdcd;
  text-align: left;
  background: url(../images/cirle.jpg) no-repeat 15px center;
  line-height: 36px;
  padding-left: 40px;
}

.menu ul li span {
  float: right;
  font-size: 16px
}

.menu ul li a {
  color: #707077;
  font-size: 16px;
}

.menu ul li:hover .submenu {
  display: block;
}

.menu ul li .submenu {
  position: absolute;
  left: 254px;
  top: 0;
  width: 894px;
  height: 607px;
  background-color: #FFF;
  z-index: 3;
  display: none;
  padding-left: 30px
}

.menu ul li .submenu .subleft {
  margin-left: 0px;
  width: 864px;
  height: 300px;
  float: left;
}

.menu ul li .submenu .subleft dl {
  overflow: hidden;
  padding: 30px;
}

.menu ul li .submenu .subleft dl dt {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #707070;
  font-size: 14px;
  cursor: pointer;
  width: 200px;
}

.menu ul li .submenu .subleft dl dt a {
  font-size: 14px;
  font-weight: normal
}

.menu ul li .submenu .subright {
  width: 310px;
  height: 300px;
  background-color: blue;
  float: left;
}

/*焦点图*/
.banner {
  height: 605px;
  margin: 0 auto;
  z-index: 100;
  clear: both;
  position: relative;
  max-width: 1920px;
  min-width: 1200px;
}

.banner .w {
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.banner #kinMaxShow .kinMaxShow_image_box .kinMaxShow_image_item {
  left: 0;
  top: 0;
}

#kinMaxShow {
  display: none;
  overflow: hidden;
}

.dotScroll {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  background: url(../images/dot_scroll.png) no-repeat;
  width: 36px;
  height: 110px;
  z-index: 1000;
  margin: 0 auto;
  animation: ascroll 2s infinite;
  cursor: pointer;
}

@keyframes ascroll {
  0% {
    bottom: 130px;
    opacity: 0.6;
  }

  50% {
    bottom: 80px;
    opacity: 1;
  }

  100% {
    bottom: 130px;
    opacity: 0.6;
  }
}

.nbanner {
  background: url(../images/ny_banner.jpg) no-repeat center 0;
  height: 300px;
}

/*页脚*/
.footer {
  position: relative;
  color: #7b7b7d;
  line-height: 24px;
  font-size: 14px;
  background: #262628;
  padding: 15px;
}

.footer a {
  color: #7b7b7d;
}

.foot_dibu {
  background: url(../images/foot_bg.jpg) no-repeat center top;
  text-align: center;
  padding-top: 15px;
  margin-top: 30px
}

.foot_dibu p {
  line-height: 40px;
}

.db_left {
  width: 350px;
  float: left;
  margin-left: 30px
}

.db_left div {
  float: left;
  width: 150px;
}

.db_left div span {
  font-size: 18px;
  color: #d6d1d1;
  line-height: 45px;
  position: relative;
  padding-left: 20px
}

.db_left div span:before {
  width: 8px;
  height: 8px;
  content: "";
  background: #d0975a;
  display: block;
  border-radius: 8px;
  position: absolute;
  left: 0px;
  top: 10px
}

.db_left div p {
  line-height: 35px;
  padding-left: 20px
}

.db_left div p a {
  color: #7b7b7d;
  font-size: 16px
}

.db_mid {
  width: 435px;
  float: left
}

.db_mid div {
  font-size: 18px;
  color: #d6d1d1;
  line-height: 45px;
  position: relative;
  padding-left: 20px
}

.db_mid div:before {
  width: 8px;
  height: 8px;
  content: "";
  background: #d0975a;
  display: block;
  border-radius: 8px;
  position: absolute;
  left: 0px;
  top: 20px
}

.db_mid span {
  font-size: 24px;
  color: #ffffff;
  padding-left: 20px;
  line-height: 40px
}

.db_mid p {
  color: #7b7b7d;
  line-height: 30px;
  padding-left: 20px
}

.db_right {
  width: 200px;
  float: right
}

.f-link {
  color: #21212c;
  line-height: 28px;
  background: url(../images/link_bg.jpg) no-repeat 0 0;
  line-height: 40px
}

.f-link span {
  font-size: 20px;
  color: #21212c;
  float: left;
  padding-left: 40px
}

.f-link p {
  float: left
}

.f-link p a {
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px
}

/*内部样式*/
.block-2 {
  text-align: left;
  font-size: 14px;
  background: #f6f6f6;
  padding: 15px 15px 28px 15px;
}

.block-2 img {
  padding-bottom: 10px
}

.block-2 div {}

.block-2 div span {
  width: 60px;
  border-right: 1px solid #d2d2d2;
  float: left;
  text-align: center;
  font-size: 16px;
}

.block-2 div span em {
  font-size: 14px;
  font-style: normal;
}

.block-2 div p {
  padding-left: 15px;
  width: 425px;
  float: right;
  line-height: 24px
}

/*分类列表*/
.in_ul {
  clear: both;
  padding: 0px 160px 0px 120px;
}

.in_ul p {
  float: left;
  font-size: 16px;
}

.in_ul div {
  width: 800px;
  float: left;
}

.in_ul div a {
  width: 198px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  background: #eeeeee;
  height: 35px;
  line-height: 35px;
  position: relative;
}

.in_ul div a:after {
  width: 1px;
  height: 19px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
}

.in_ul div a:hover {
  background: #0054c7;
  color: #FFFFFF;
}

.in_ul div a:first-child {
  border-radius: 10px 0px 0px 10px;
}

.in_ul div a:nth-child(5) {
  border-radius: 10px 0px 0px 10px;
}

.in_ul div a:nth-child(4n) {
  border-radius: 0px 10px 10px 0px;
}

.in_ul div a:nth-child(4n)::after {
  width: 0px;
  height: 19px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
}

.sub {
  font-size: 16px;
  line-height: 24px;
  min-width: 90px;
  text-align: left;
  margin-top: 20px;
}

.sub ul {
  float: left;
  left: 50%;
  position: relative;
}

.sub ul li {
  float: left;
  bmargin-bottom: 5px;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  margin-left: 15px;
  overflow: hidden;
  position: relative;
  right: 50%;
  width: 145px;
  text-align: center;
}

.sub ul li:after {
  width: 5px;
  height: 60px;
  line-height: 60px;
  content: "/";
  position: absolute;
  color: #afafaf;
  right: 0px;
  top: 0px;
  font-size: 18px;
}

.sub ul li:last-child::after {
  width: 0px;
  content: "";
}

.sub ul li a {
  color: #afafaf;
  display: block;
  font-size: 18px;
  text-transform: uppercase
}

.sub ul li a:hover {
  color: #ffffff;
  transition: all 0.5s;
}

.subnav {
  list-style: none;
  margin: 0;
  position: relative;
}

.subnav li:first-child {
  background: url(../images/pic_hot.jpg) no-repeat 15px center #ffffff;
  padding-left: 50px;
  font-weight: bold;
  font-size: 14px;
}

.subnav li {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
  background: #ffffff;
  text-align: left;
}

.subnav li a {
  display: block;
  color: #414246;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  z-index: 10;
  padding-left: 30px;
}

.subnav li:hover::after {
  width: 100%;
  transition: all 0.5s;
}

.subnav li:hover a,
.subnav li a:hover {
  color: #ffffff;
  transition: all 0.5s;
  background: #414246;
}

/*标题样式*/
.title-2 {
  line-height: 43px;
  font-family: "微软雅黑";
  color: #121617;
  position: relative;
  text-align: left;
}

.title-2 p {
  z-index: 1000;
  position: relative;
  font-size: 14px;
  margin: 0;
  line-height: 43px;
  text-transform: Uppercase;
  font-size: #757575;
}

.title-2 span {
  font-size: 28px;
  color: #181818;
  font-weight: bold;
}

.title-3 {
  line-height: 60px;
  height: 60px;
  font-family: "微软雅黑";
  color: #121617;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #959595;
}

.title-3 p {
  font-size: 24px;
  color: #18181c;
  font-weight: bold;
  float: left;
}

.title-3 a {
  font-size: 14px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #3c3c3c;
  float: right;
}

.title-5 {
  color: #333333;
  font-size: 24px;
  text-align: left;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-left: 10px;
}

.title-5 span {
  text-transform: uppercase;
  font-size: 20px;
  color: #666666;
  padding-left: 5px;
}

.title-5:before {
  width: 6px;
  height: 24px;
  content: "";
  background: #ffcc03;
  left: 0;
  position: absolute;
  top: 18px;
}

.title-6 {
  border-bottom: 2px solid #a9c5eb;
  height: 60px;
  line-height: 60px;
  text-align: left;
  position: relative;
}

.title-6:after {
  width: 102px;
  height: 12px;
  content: "";
  position: absolute;
  z-index: 1000;
  top: 55px;
  left: 0px;
  height: 60px;
  background: url(../images/ny_tit.png) no-repeat center 0;
}

.title-6 span {
  font-size: 20px;
  font-weight: bold;
}

a.more {
  line-height: 47px;
  height: 47px;
  border-radius: 15px;
  width: 272px;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #ff4a00;
  margin: 0 auto;
  bottom: -20px;
  position: relative;
}

a.more:hover {
  transition: all 0.5s;
  background: #414246
}

a.more-2 {
  width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border: 2px solid #0a55b2;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#LeftButton4 {
  position: absolute;
  left: 0;
  top: 72px;
}

#RightButton4 {
  position: absolute;
  right: 0;
  top: 72px;
}

/*面包屑*/
.place {
  line-height: 50px;
  color: #666666;
  font-size: 16px;
  float: right;
  padding-right: 20px;
}

.place a {
  color: #666666;
}

.place a:hover {
  color: #f1c832;
}

/*产品列表*/
.plist a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 14px;
  width: 300px;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  margin: 0 22px 5px;
  position: relative;
}

.plist a:after {
  content: "▶";
  color: #666;
  font-size: 18px;
  position: absolute;
  display: block;
  top: 0px;
  left: 25px;
}

.plist a span {
  display: block;
  text-indent: 20px;
}

.plist a:hover {
  border-color: #04319c;
  color: #04319c;
  transition: all 0.5s;
}

.plist a:hover::after {
  color: #04319c;
  transition: all 0.5s;
}

/* 本例子css */
.picScroll-left1 {
  position: relative;
  width: 100%;
}

.picScroll-left1 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left1 .bd ul li {
  margin: 0 7px 10px;
  width: 547px;
  padding: 15px;
  height: 380px;
  overflow: hidden;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: "微软雅黑";
  background: #ffffff;
}

.picScroll-left1 .bd ul li:before {
  width: 101px;
  height: 101px;
  content: "";
  position: absolute;
  background: url(../images/biaotou.png) no-repeat 0 0;
  z-index: 10000;
  top: 10px;
  left: 10px;
}

.picScroll-left1 .bd ul li .pic {
  text-align: center;
  width: 548px;
  overflow: hidden;
  height: 303px;
  text-align: center;
  line-height: 0;
}

.picScroll-left1 .bd ul li .pic img {
  width: auto;
  max-width: 100%;
  height: 100%;
  transition-duration: 0.6s
}

.picScroll-left1 .bd ul li .pic img:hover {
  transition: 1s;
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.picScroll-left1 .bd ul li .title {
  line-height: 40px;
  height: 40px;
  text-align: left;
  position: relative;
  margin-top: 10px;
}

.picScroll-left1 .bd ul li .title a {
  color: #000000;
  display: block;
  font-size: 14px;
}

.picScroll-left1 .bd ul li .title:after {
  width: 34px;
  height: 35px;
  display: block;
  background: url(../images/coin_1-09.png) no-repeat 0 0;
  position: absolute;
  right: 0px;
  top: 20px;
  content: "";
}

.picScroll-left1 .bd ul li .title p {
  color: #000000;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #dedede;
  margin: 0;
}

.picScroll-left1 .bd ul li .title span {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: #a2a2a2;
  text-transform: uppercase;
  line-height: 20px;
}

.picScroll-left2 {
  position: relative;
  width: 100%;
}

.picScroll-left2 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left2 .bd ul li {
  margin: 10px 8px 10px 8px;
  width: 224px;
  height: 360px;
  overflow: hidden;
  float: left;
  position: relative;
  text-align: center;
  font-family: "微软雅黑";
}

.picScroll-left2 .bd ul li:after {
  width: 224px;
  height: 55px;
  content: "";
  display: block;
  position: absolute;
  background: url(../images/yy_pic.png) no-repeat 0 0;
  left: 0px;
  bottom: 0px
}

.picScroll-left2 .bd ul li:before {
  content: ' ';
  position: absolute;
  background: #ffffff;
  width: 25px;
  height: 302px;
  top: 0;
  left: -85px;
  opacity: 0.3;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.picScroll-left2 .bd ul li:hover:before {
  width: 25px;
  left: 294px;
}

.picScroll-left2 .bd ul li .pic {
  text-align: center;
  width: 224px;
  overflow: hidden;
  height: 302px;
  text-align: center;
  line-height: 0;
}

.picScroll-left2 .bd ul li .pic img {
  width: 224px;
  height: 302px;
}

.picScroll-left {
  position: relative;
  width: 100%;
}

.picScroll-left .bd {}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  margin: 0 11px 15px;
  width: 243px;
  height: 380px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: "微软雅黑";
  background: #ffffff;
  padding: 15px;
}

.picScroll-left .bd ul li:before {
  width: 101px;
  height: 101px;
  content: "";
  position: absolute;
  background: url(../images/biaotou.png) no-repeat 0 0;
  z-index: 10000;
  top: 10px;
  left: 10px;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
  width: 243px;
  overflow: hidden;
  height: 302px;
  text-align: center;
  line-height: 0;
}

.picScroll-left .bd ul li .pic img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  height: 100%;
  transition-duration: 0.6s
}

.picScroll-left .bd ul li .pic img:hover {
  transition: 1s;
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.picScroll-left .bd ul li .title {
  line-height: 40px;
  height: 40px;
  text-align: left;
  position: relative;
  margin-top: 10px;
}

.picScroll-left .bd ul li .title a {
  color: #000000;
  display: block;
  font-size: 14px;
}

.picScroll-left .bd ul li .title:after {
  width: 34px;
  height: 35px;
  display: block;
  position: absolute;
  right: 0px;
  top: 20px;
  content: "";
}

.picScroll-left .bd ul li .title p {
  color: #000000;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #dedede;
  margin: 0;
}

.picScroll-left .bd ul li .title span {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: #a2a2a2;
  text-transform: uppercase;
  line-height: 20px;
}

/*案例*/
.picScroll-3 {
  position: relative;
  width: 100%;
}

.picScroll-3 .bd {}

.picScroll-3 .bd ul {
  zoom: 1;
  position: relative;
  height: 350px;
}

.picScroll-3 .bd ul:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #555555;
  bottom: 12px;
  left: 0;
  position: absolute;
}

.picScroll-3 .bd ul li {
  margin: 0 11px 15px;
  width: 345px;
  float: left;
  position: relative;
  text-align: center;
  font-family: "微软雅黑";
  background: #ffffff;
  padding: 15px;
}

.picScroll-3 .bd ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 11px;
  background: #ff4a00;
  bottom: -50px;
  left: 0;
  transition: all 0.5s;
  z-index: 0;
  border-radius: 10px;
  z-index: 1000;
}

.picScroll-3 .bd ul li:hover::after {
  width: 120px;
  height: 11px;
  left: 0px;
  bottom: -50px;
  transition: all 0.5s;
}

.picScroll-3 .bd ul li .pic {
  text-align: center;
  width: 162px;
  overflow: hidden;
  height: 247px;
  text-align: center;
  line-height: 0;
  float: left;
  padding-right: 10px;
}

.picScroll-3 .bd ul li .pic img {
  width: auto;
  max-width: 100%;
  height: 100%;
  transition-duration: 0.6s
}

.picScroll-3 .bd ul li .pic img:hover {
  transition: 1s;
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.picScroll-3 .bd ul li .title {
  line-height: 40px;
  height: 40px;
  text-align: left;
  position: relative;
  border-top: 1px solid #ff4a00;
  border-right: 1px solid #ff4a00;
  width: 170px;
  height: 247px;
  float: right;
  padding-top: 15px;
}

.picScroll-3 .bd ul li .title a.more1 {
  color: #ffffff;
  display: block;
  font-size: 14px;
  background: #ff4a00;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 30px;
  width: 80%;
  text-align: center;
}

.picScroll-3 .bd ul li .title p {
  color: #000000;
  line-height: 30px;
  font-size: 14px;
}

.picScroll-3 .bd ul li .title span {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  color: #34343c;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
}

/*新闻列表*/
.ul-news {
  list-style: none;
}

.ul-news li {
  font-family: "微软雅黑";
  height: 55px;
  padding: 15px 0px 15px 0px;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #b4b4b4;
}

.ul-news li div {
  padding-top: 5px;
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 95px);
  float: left;
  padding-top: 5px;
  padding-left: 15px;
}

.ul-news li a {
  display: inline-block;
  width: 100%;
}

.ul-news li div p {
  font-size: 14px;
  color: #646464;
  line-height: 30px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ul-news li span {
  color: #333333;
  font-size: 30px;
  width: 80px;
  float: left;
  text-align: center;
  line-height: 30px;
}

.ul-news li span em {
  font-size: 14px;
  color: #999999;
  font-style: normal;
}

.ul-news li:first-child {
  border-bottom: 1px dashed #dedede;
  padding-bottom: 25px;
}

.ul-news li:first-child div {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 30px);
}

.ul-news li:first-child span {
  font-size: 14px;
  background: #ffffff;
  width: 100px;
}

.ul-news2 {
  margin: 0;
  list-style: none;
  padding: 0;
}

.ul-news2 li {
  line-height: 50px;
  height: 50px;
  clear: both;
  border-bottom: 1px dotted #ffffff;
  position: relative;
}

.ul-news2 li:before {
  width: 10px;
  height: 16px;
  display: block;
  position: absolute;
  content: "";
  left: 10px;
  top: 15px;
  background: #ffffff;
  border-radius: 10px;
}

.ul-news2 li a {
  float: left;
  color: #ffffff;
  padding-left: 25px;
}

.ul-nlist {
  margin: 0;
  list-style: none;
}

.ul-nlist li {
  background: #35353b;
  line-height: 24px;
  font-size: 16px;
  height: 151px;
  margin-bottom: 30px;
  color: #ffffff;
  border-radius: 0px 80px 80px 0px;
  position: relative;
}

.ul-nlist li:after {
  width: 58px;
  height: 46px;
  content: "";
  display: block;
  position: absolute;
  right: -65px;
  background: url(../images/vs.png) no-repeat center;
  top: 60px
}

.ul-nlist li:first-child {
  background: url(../images/ys_1.jpg) no-repeat 40px center #35353b;
}

.ul-nlist li:nth-child(2) {
  background: url(../images/ys_2.jpg) no-repeat 40px center #35353b;
}

.ul-nlist li:last-child {
  background: url(../images/ys_3.jpg) no-repeat 40px center #35353b;
}

.ul-nlist li div {
  padding: 40px 0px 0px 220px
}

.ul-nlist li div span {
  font-size: 26px;
  font-weight: bold
}

.ul-nlist li div p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
}

.ul-nlist li a:hover {
  color: #d9333d;
}

.ul-nlist1 {
  margin: 0;
  list-style: none;
}

.ul-nlist1 li {
  background: #bfbfbf;
  line-height: 24px;
  font-size: 16px;
  height: 151px;
  margin-bottom: 30px;
  color: #ffffff;
  border-radius: 80px 0px 0px 80px;
}

.ul-nlist1 li:first-child {
  background: url(../images/ls_1.jpg) no-repeat 340px center #bfbfbf;
}

.ul-nlist1 li:nth-child(2) {
  background: url(../images/ls_2.jpg) no-repeat 340px center #bfbfbf;
}

.ul-nlist1 li:last-child {
  background: url(../images/ls_3.jpg) no-repeat 340px center #bfbfbf;
}

.ul-nlist1 li div {
  padding: 40px 220px 0px 0px;
  text-align: right;
}

.ul-nlist1 li div span {
  font-size: 26px;
  font-weight: bold
}

.ul-nlist1 li div p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
}

.ul-nlist1 li a:hover {
  color: #d9333d;
}

/*内容*/
.content {
  line-height: 26px;
  padding: 15px;
  font-size: 15px;
  color: #272727;
}

.content p {
  line-height: 26px;
  margin: 0 0 10px;
  font-size: 15px;
  color: #272727;
}

/*产品详情*/
.pcont {}

.pcont .fl {
  width: 506px;
  overflow: hidden;
  height: 427px;
}

.pcont .fl img {
  width: 100%;
}

.pcont .fr {
  width: 683px;
  overflow: hidden;
  background: #fff;
  height: 427px;
}

.pcont .pinfo {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.pcont .pinfo span {
  display: block;
  float: left;
  width: 80px;
  font-size: 16px;
}

.pcont .pinfo p {
  font-size: 16px;
  width: 560px;
  float: left;
  margin: 0;
}

.pcont .pinfo p i {
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
}

.pcont .pmore a {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 3px solid #272727;
  font-size: 18px;
  margin-right: 10px;
}

.pcont .pmore a:hover {
  background: #00eeb1;
  border-color: #00eeb1;
  color: #272727;
  transition: all 0.5s;
}

.ptip p {
  color: #898989;
  font-size: 14px;
}

.pcontent {
  background: #fff;
  padding: 20px;
  min-height: 200px;
}

.nobg {
  background: none;
}

/*ϵ*/
/*边距*/
.npad {
  padding: none;
}

.pad {
  padding: 20px;
}

.pad2 {
  padding: 27px 0;
  background: #fff;
}

.pad3 {
  padding: 15px;
  background: #1b1b1b;
}

.mrg-t {
  margin: 0 29px;
}

.mrg-t-15 {
  margin-top: 15px;
}

.mrg-t-10 {
  margin-top: 10px;
}

.mrg-t-20 {
  margin-top: 20px;
}

.mrg-t-30 {
  margin-top: 40px;
}

.mrg-t-40 {
  margin-top: 70px;
}

.mrg-b-10 {
  margin-bottom: 10px;
}

.pad-t-20 {
  padding-top: 40px;
}

.nonep {
  padding: 0;
}

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*去除浮动*/
.clear {
  clear: both;
  overflow: hidden;
  zoom: 1;
  float: none;
}

/* 产品内页详情选项卡 */
.tabs {
  position: relative;
  height: auto;
}

.tabs .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden
}

.tabs .swiper-slide {
  background-size: auto;
  text-align: center;
  background: #fff;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
}

.tabs .swiper-slide-active {
  height: auto;
}

.tabs .gallery-top1 {
  height: auto;
  width: 100%;
  float: left;
}

.tabs .gallery-thumbs1 {
  width: 100%;
  color: #414246;
  height: 57px;
  line-height: 57px;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 0;
  float: right;
  border-left: 11px solid #ff4a00;
}

.tabs .gallery-thumbs1 .swiper-slide {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: #f0f0f0;
}

.tabs .gallery-thumbs1 .swiper-slide-thumb-active {
  opacity: 1;
  background: #414246;
  color: #ffffff
}

.tabs .swiper-button-next,
.bg-5 .swiper-button-prev {
  width: 157px;
  height: 25px;
  opacity: 1;
}

.tabs .swiper-button-prev {
  top: 0;
  margin: 0;
  right: 36px;
  left: auto;
}

.tabs .swiper-button-next {
  bottom: 0;
  margin: 0;
  right: 36px;
  top: auto;
  left: auto;
}